|
DX11 SET VERTEX MATRIX
Sets a float2 value for the specified semantic or offset within the given vertex buffer.
DX11 SET VERTEX MATRIX vertex, semanticName, [semanticIndex], offset, matrix
vertex Dword The vertex to set the semantic / data at the offset position of.
semanticName String The semantic name of the data element to set for the vertex.
[Optional] semanticIndex Dword The semantic index of the data element to set for the vertex. Defaults to 0. OR.
offset Dword The offset to which to write the value to the vertex buffer. Note that this function takes either a semantic name and optionally an id, or an offset; not both..
matrix Dword The matrix to set to the specified semantic / offset in the vertex buffer.
This function does not return a value.
VERTEXLAYOUT Functions Menu
DX11 Function Categories
|